home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / arm / mach-at91 / Makefile.boot < prev    next >
Encoding:
Makefile  |  2008-12-24  |  384 b   |  15 lines

  1. # Note: the following conditions must always be true:
  2. #   ZRELADDR == virt_to_phys(TEXTADDR)
  3. #   PARAMS_PHYS must be within 4MB of ZRELADDR
  4. #   INITRD_PHYS must be in RAM
  5.  
  6. ifeq ($(CONFIG_ARCH_AT91CAP9),y)
  7.    zreladdr-y    := 0x70008000
  8. params_phys-y    := 0x70000100
  9. initrd_phys-y    := 0x70410000
  10. else
  11.    zreladdr-y    := 0x20008000
  12. params_phys-y    := 0x20000100
  13. initrd_phys-y    := 0x20410000
  14. endif
  15.